Update clean-cargo-deps.patch for 0.20.0
authorVasudev Kamath <vasudev@copyninja.info>
Sat, 22 Jul 2017 11:49:04 +0000 (17:19 +0530)
committerVasudev Kamath <vasudev@copyninja.info>
Sat, 22 Jul 2017 11:49:04 +0000 (17:19 +0530)
debian/patches/clean-cargo-deps.patch

index 3e732eb1fa3471a9f7a24540996920752fd5cc61..82b2fb3fcd7eee58d4d8520c17be5376733aa9b7 100644 (file)
@@ -9,18 +9,22 @@ Description: Remove stage1 extra dependencies (cargo 0.17)
 Forwarded: not-needed
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -47,8 +47,8 @@
+@@ -51,12 +51,12 @@
+ [target.'cfg(unix)'.dependencies]
+ openssl = "0.9"
  
 -[target.'cfg(windows)'.dependencies]
 -advapi32-sys = "0.2"
 -kernel32-sys = "0.2"
--miow = "0.1"
+-miow = "0.2"
 -psapi-sys = "0.1"
 -winapi = "0.2"
 +#[target.'cfg(windows)'.dependencies]
 +#advapi32-sys = "0.2"
 +#kernel32-sys = "0.2"
-+#miow = "0.1"
++#miow = "0.2"
 +#psapi-sys = "0.1"
 +#winapi = "0.2"
  
+ [dev-dependencies]
+ bufstream = "0.1"